go/build.fileInfo.parseErr (field)
6 uses
go/build (current package)
build.go#L933: if info.parseErr != nil {
build.go#L934: badGoFile(name, info.parseErr)
build.go#L1433: parseErr error
read.go#L453: info.parsed, info.parseErr = parser.ParseFile(info.fset, info.name, info.header, parser.ImportsOnly|parser.ParseComments)
read.go#L454: if info.parseErr != nil {
read.go#L477: info.parseErr = scanner.Error{Pos: info.fset.Position(spec.Pos()), Msg: "invalid import path: " + path}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)